IMoveHelicalCommand Interface

Represents an interpolated helical move on an axis group. The end point and the auxiliary point (the meaning of both points depends on the CircMode mode you select) are defined as follows:

Absolute: defined absolutely in the specified coordinate system.

Additive: defined in the specified coordinate system relative to the starting point. The specified relative distance is added to the set position at the time of the execution.

Relative: defined in the specified coordinate system relative to the starting point.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IMoveHelicalCommand

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface IMoveHelicalCommand : IKsCommand
Public Interface IMoveHelicalCommand Inherits IKsCommand

 

The IMoveHelicalCommand interface exposes the following members.

Properties

  Name Description
Acceleration The maximum acceleration.
AuxPoint This parameter's definition varies between motion modes.
BufferMode Defines the chronological sequence of a method.
CircMode The meaning of the input signal AuxPoint.
CoordSystem An coordinate system.
Deceleration The maximum deceleration.
Depth The height of the helix.
EndPoint This parameter's definition varies between motion modes.
Jerk The maximum jerk.
PathChoice The choice of path.
Pitch The height of one full helix turn.
TransitionMode A transition curve.
TransitionParameter The additional parameter for the transition mode.
Velocity The maximum velocity of the path for the coordinate system in which the path is defined.

See also

IntervalZero.KINGSTAR.Base.Class Namespace